home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 31 / db4tut.zip / DBASE4.DOC next >
Text File  |  1990-02-17  |  27KB  |  715 lines

  1.                             MASTERING
  2.  
  3.                               dBASE
  4.  
  5.                                IV
  6.  
  7.                             WITH EASE
  8.  
  9.                               QUICK
  10.  
  11.                             REFERENCE
  12.  
  13.                              MANUAL
  14.  
  15.             THE ULTIMATE TRAINING TUTORIAL FROM: R&D
  16. In less than 2 hours, you will have learned to create, edit, 
  17. and print a sophisticated document with dBASE IV.  You will 
  18. be able to create a data entry form, report, and even your 
  19. own application program.  R&D's training will even teach 
  20. you how to use dBASE IV's powerful command mode.  You will be 
  21. well on your way to mastering the skills needed to use dBASE IV 
  22. with confidence in your professional career. 
  23.     GETTING STARTED WITH YOUR R&D TRAINING PROGRAM
  24.  
  25. Getting Prepared 
  26.      
  27.          Follow the instructions that came with your 
  28.           computer to start up your system. 
  29.  
  30.          Place your R&D training program diskette 
  31.           in drive A: 
  32.  
  33.          Display the C:> prompt on your screen. 
  34.  
  35.      If you are using drive B: 
  36.      
  37.          Place your R&D training program diskette in 
  38.           drive B:
  39.  
  40.          Display the C:> prompt on your screen. 
  41.  
  42. Begin  
  43.  
  44.          Type  C:> R&D 
  45.           Don't worry about uppercase or lower case letters.   
  46.      
  47.          Press the  ENTER  key.   
  48.  
  49.      In a few moments, a question will appear on your screen
  50.      asking you whether or not you have a color monitor.  After
  51.      you answer the question with a  Y  or  N  you will begin
  52.      your training. 
  53.                            COMMANDS
  54. FUNCTION                                                      KEYSTROKE
  55.  
  56. Displays the value of one or more                             ?/??
  57. expressions.
  58.  
  59. Sends output directly to the printer.                         ???
  60.  
  61. Displays or accepts information in a specified                @@
  62. format at a given set of screen coordinates.
  63.  
  64. @CLEARS A PORT = Clears a portion of the screen or of         @@...CLEAR
  65. the active window.
  66.  
  67. @...CLEARALLOW = Allows you to change the colors of a         @@...FILL
  68. specific rectangular region on your screen or active window.
  69.  
  70. @...FILLDRAWS = Draws a box on the screen or active           @@...TO
  71. window with single lines, double lines, or specified 
  72. characters.
  73.  
  74. @...TOCREATES = Creates a character memory variable           ACCEPT
  75. for storage of keyboard entries.
  76.  
  77. Activates an existing bar menus and displays it for use.      ACTIVATE MENU
  78.  
  79. Activates a previously defined pop-up for use.                ACTIVATE POPUP
  80.  
  81. Restores access to the entire CRT screen.                     ACTIVATE SCREEN
  82.  
  83. Activates and displays a defined window from memory and       ACTIVATE WINDOW
  84. directs all output to that window.
  85.  
  86. Allows you to add new records to the end of the active        APPEND
  87. database file.
  88.  
  89. Copies records from an existing file to the end of the        APPEND FROM
  90. active database file.
  91.                            COMMANDS
  92.      FUNCTION                                                 KEYSTROKE
  93.  
  94. Adds record to a database file from information in an array.  APPEND FROM ARRAY
  95.  
  96. Imports a file into a named memo field.                       APPEND MEMO
  97.  
  98. Gives you access to dBASE IV's Control Center.                ASSIST
  99.  
  100. Computes the arithmetic mean of numeric expressions.          AVERAGE
  101.  
  102. Starts a transaction, records changes made to a file          BEGIN/END 
  103. and provides the option to rollback the changes.  Also        TRANSACTION
  104. ends the transaction an commits the changes.
  105.  
  106. Full screen, menu assisted mode for editing and               BROWSE
  107. appending records in a database file.
  108.  
  109. Computes financial and statistical functions with your        CALCULATE
  110. data.
  111.  
  112. Allows you to call binary file program modules loaded in      CALL
  113. memory.
  114.  
  115. Stops the execution of a command file, closes all open        CANCEL
  116. files and returns to the dot prompt.
  117.  
  118. Full-screen command to display or change the contents         CHANGE
  119. of a record in the active database file.
  120.  
  121. Erases the screen and repositions the cursor to the lower     CLEAR
  122. left-hand corner of the screen.
  123.  
  124. Used to close alternate, database, format, index and          CLOSE
  125. procedure files.
  126.                            COMMANDS
  127.      FUNCTION                                                 KEYSTROKE
  128.  
  129. Reads a file containing dBASE IV source code, and             COMPILE
  130. creates an executable object code file.
  131.  
  132. Searches for the next record in the active database           CONTINUE
  133. file that meets the condition specified by the most 
  134. recent LOCATE command.
  135.  
  136. Adds a field to a database file's structure which holds       CONVERT
  137. information required for multi-user lock detection.
  138.  
  139. Duplicates all or part of an active database file,            COPY
  140. creating a new file.
  141.  
  142. Creates a duplicate of any file.                              COPY FILE
  143.  
  144. Converts a list of index (.ndx) files into file tags          COPY INDEXES
  145. in a single .mdx (multiple index) file.
  146.  
  147. Copies the information from a single memo field to            COPY MEMO
  148. another file.
  149.  
  150. Copies the structure of the active database file to           COPY STRUCTURE
  151. a new file, but does not copy any records.
  152.  
  153. Creates a new database file whose records contain             COPY STRUCTURE 
  154. the structure of the current file.                            EXTENDED
  155.  
  156. Converts multiple index (.mdx) file tags into index           COPY TAG
  157. (.ndx) files.
  158.  
  159. Fills an existing array with the contents of one or           COPY TO ARRAY
  160. more records from the active database file.
  161.  
  162. Tallies the number of records in the active database          COUNT
  163. file that match specified conditions.
  164.                            COMMANDS
  165.      FUNCTION                                                 KEYSTROKE
  166.  
  167. Allows access to the database file design screen.             CREATE or 
  168.                                                               MODIFY STRUCTURE
  169.  
  170. Forms a new database file from the structure created with     CREATE FROM
  171. the COPY STRUCTURE EXTENDED command.
  172.  
  173. Builds a view (.vue) file that is compatible with             CREATE VIEW FROM
  174. dBASE III PLUS.                                               ENVIRONMENT
  175.  
  176. Allows access to the dBASE IV Applications Generator.         CREATE/MODIFY
  177.                                                               APPLICATION
  178.  
  179. Allows access to the dBASE IV label designer.                 CREATE/MODIFY LABEL
  180.  
  181. Allows access to the query design screen.                     CREATE/MODIFY
  182.                                                               QUERY/VIEW
  183.  
  184. Allows access to the report designer.                         CREATE/MODIFY
  185.                                                               REPORT
  186.  
  187. Allows access to the forms design screen.                     CREATE/MODIFY
  188.                                                               SCREEN
  189.  
  190. Deactivates the active bar menu and erases it from            DEACTIVATE MENU
  191. the screen, while leaving it in memory.
  192.  
  193. Erases the active popup menu from the screen while            DEACTIVATE POPUP
  194. leaving it intact in memory.
  195.                            COMMANDS
  196.      FUNCTION                                                 KEYSTROKE
  197.  
  198. Deactivates specified windows and removes them from the       DEACTIVATE WINDOW
  199. screen, without releasing them from memory.
  200.  
  201. Allows access to the dBASE IV program debugger.               DEBUG
  202.  
  203. Creates one- or two-dimensional arrays of memory variables.   DECLARE
  204.  
  205. Defines a single option in a popup menu.                      DEFINE BAR
  206.  
  207. Defines a box to be printed around lines of text.             DEFINE BOX
  208.  
  209. Assigns a name to a bar menu and associates an                DEFINE MENU
  210. optional message with the menu name.
  211.  
  212. Defines a single pad in a bar menu.                           DEFINE PAD
  213.  
  214. Defines a pop-up window's name, location, border,             DEFINE POPUP
  215. prompts, and message line.
  216.  
  217. Defines windows, borders and screen colors for windows.       DEFINE WINDOW
  218.  
  219. Marks records in the active database file for deletion.       DELETE
  220.  
  221. Deletes the indicated tags from multiple index (.mdx)         DELETE TAG
  222. files and closes index (.ndx) files.
  223.  
  224. Displays directory information similar to that displayed      DIR
  225. by the DOS DIR command.
  226.  
  227. Similar to the list commands, only displays one screen of     DISPLAY
  228. information at a time.
  229.                            COMMANDS
  230.      FUNCTION                                                 KEYSTROKE
  231.  
  232. Executes a dBASE command file or procedure.                   DO
  233.  
  234. Structured programming command that selects only one          DO CASE
  235. course of action from a set of alternatives.
  236.  
  237. Structured programming command that allows command            DO WHILE
  238. statements between it and its associated ENDDO to be
  239. repeated as long as the specified condition is true.
  240.  
  241. Full-screen command to display or change the contents         EDIT
  242. of a record in the active database file.
  243.  
  244. Causes the printer to advance to the top of the next page.    EJECT
  245.  
  246. Either advances the streaming output to the defined           EJECT PAGE
  247. ON PAGE handler on the current page, or to the beginning of 
  248. the next page.
  249.  
  250. Removes a file from the disk directory.                       ERASE
  251.  
  252. Copies the open database file to a file format usable by      EXPORT
  253. PFS:FILE, dBASE II, Framework II, or RapidFile.
  254.  
  255. Searches and indexed database file for the first record       FIND
  256. with an index key the matches the specified character 
  257. string or number.
  258.  
  259. Identifies a user-defined function within a procedure.        FUNCTION
  260.  
  261. Positions the record pointer to a specified record in         GO/GOTO
  262. the active database file.
  263.                            COMMANDS
  264.      FUNCTION                                                 KEYSTROKE
  265.  
  266. Menu-driven command that provides information about           HELP
  267. dBASE IV.
  268.  
  269. Structured programming command that enables conditional       IF
  270. processing of commands.
  271.  
  272. Creates dBASE IV files from PFS:FILE forms, dBASE II          IMPORT
  273. database files, Framework II database and spreadsheet 
  274. frames, RapidFile data files and Lotus .WK1 spreadsheets.
  275.  
  276. Creates and index in which record from a database file are    INDEX
  277. ordered.
  278.  
  279. Used in dBASE programs to prompt a user to enter an           INPUT
  280. expression from the keyboard.  Data entry is terminated by 
  281. using the ENTER key.
  282.  
  283. Adds a single new record to the database file at the          INSERT
  284. current record location.
  285.  
  286. Creates a new database file by merging specified              JOIN
  287. records and fields from two open database files.
  288.  
  289. Uses a specified label format file designed with              LABEL FORM
  290. MODIFY LABEL to print, display or write labels to a 
  291. file on disk.
  292.  
  293. Used to view the contents of a database file in an            LIST/DISPLAY
  294. unformatted columnar list.
  295.  
  296. Displays directory information similar to that                LIST/DISPLAY FILES
  297. displayed by the DOS DIR command.
  298.                            COMMANDS
  299.      FUNCTION                                                 KEYSTROKE
  300.  
  301. Outputs a list of commands that have been executed and        LIST/DISPLAY HISTORY
  302. are stored in the history buffer.
  303.  
  304. Provides information on how dBASE IV is using the             LIST/DISPLAY MEMORY
  305. computer's memory.
  306.  
  307. Provides information about the current dBASE IV session.      LIST/DISPLAY STATUS
  308.  
  309. Displays the field definitions of the specified database      LIST/DISPLAY
  310. file.                                                         STRUCTURE
  311.  
  312. Identifies the workstations currently logged in to            LIST/DISPLAY USERS
  313. dBASE IV in a networking environment.
  314.  
  315. Allows the user to load binary files into memory.             LOAD
  316.  
  317. Searches the active database file for a record that           LOCATE
  318. matches a specified condition.
  319.  
  320. Logs out the current user and sets up a new log-in screen.    LOGOUT
  321.  
  322. dBASE IV full-screen text editor.                             MODIFY COMMAND/FILE
  323.  
  324. See CREATE commands.                                          MODIFY
  325.  
  326. Moves a window to a new location on the screen.               MOVE WINDOW
  327.  
  328. Indicators for comment lines in a program (.prg) file.        NOTE/*/&&
  329.  
  330. Call the execution of a program if an error occurs, the       ON ERROR/ESCAPE/KEY
  331. ESC key is pressed, or the <<key label name>> key is 
  332. pressed.
  333.                            COMMANDS
  334.      FUNCTION                                                 KEYSTROKE
  335.  
  336. Associates a pop-up menu with a pad of a given bar menu.      ON PAD
  337.  
  338. Triggers and action when the streaming output reaches a       ON PAGE
  339. particular line on the current page during a ?/?? or 
  340. EJECT PAGE command.
  341.  
  342. Used for error trapping and recovery during full-screen       ON READERROR
  343. operations.
  344.  
  345. Associates an action with a bar menu pad.                     ON SELECTION PAD
  346.  
  347. Specifies the command or procedure that executes when a       ON SELECTION POPUP
  348. pop-up menu selection is made.
  349.  
  350. Removes records that are marked for deletion from the         PACK
  351. active database file.
  352.  
  353. Assigns local variable names to data items passed from a      PARAMETERS
  354. calling program.
  355.  
  356. Used to execute macros from the current macro library.        PLAY MACRO
  357.  
  358. Structured programming commands that control a printjob.     
  359. PRINTJOB/ENDPRINTJOB
  360.  
  361. Allows the user to create local memory variables in a         PRIVATE
  362. lower-level program with the same names as memory variables 
  363. that were created in a calling program.
  364.  
  365. Identifies the beginning of a subroutine.                     PROCEDURE
  366.                            COMMANDS
  367.      FUNCTION                                                 KEYSTROKE
  368.  
  369. Creates and maintains security on a dBASE IV system.          PROTECT
  370.  
  371. Designates specified memory variables and array elements      PUBLIC
  372. that you can use and alter in any dBASE program or 
  373. subprogram.
  374.  
  375. Closes all open files, terminates the dBASE IV session,       QUIT
  376. and returns control to the operating system.
  377.  
  378. Activates all @...GET's issued since the late CLEAR,          READ
  379. CLEAR ALL, CLEAR GETS, or READ command.
  380.  
  381. Reinstate records that are marked for deletion in the          RECALL
  382. active database file.
  383.  
  384. Rebuilds all active index (.ndx) and multiple index            REINDEX
  385. (.mdx) files in the current working area.
  386.  
  387. Deletes memory variables, opening memory space for other       RELEASE
  388. use.
  389.  
  390. Changes the name of a file.                                    RENAME
  391.  
  392. Changes the contents of specified fields in the active         REPLACE
  393. database file.
  394.  
  395. Prints information from the active database using a report     REPORT FORM
  396. form created by CREATE/MODIFY REPORT.
  397.  
  398. Removes the integrity tag from a file.                         RESET
  399.  
  400. Retrieves and activates memory variables and arrays            RESTORE
  401. from a memory file.
  402.                            COMMANDS
  403.      FUNCTION                                                  KEYSTROKE
  404.  
  405. Restores macros that were saved to the current macro           RESTORE MACROS
  406. library.
  407.  
  408. Restores window definitions from a disk file to memory.        RESTORE WINDOW
  409.  
  410. Works in conjunction with SUSPEND, it causes a                 RESUME
  411. SUSPENDed program to continue executing.
  412.  
  413. Re-executes a command sequence that caused an error.           RETRY
  414.  
  415. Restores control to calling programs, the dot prompt           RETURN
  416. or the Control Center.
  417.  
  418. Restores the database and index files to the state             ROLLBACK
  419. they were in before the current transaction.
  420.  
  421. Executes a specified DOS command, or any program               RUN/!
  422. which can be executed by DOS, from within dBASE IV.
  423.  
  424. Stores all or part of the current set of memory                SAVE
  425. variables and array elements to a disk file.
  426.  
  427. Saves the currently defined macros from memory to a            SAVE MACROS
  428. disk file.
  429.  
  430. Saves window definitions to a disk file.                       SAVE WINDOW
  431.  
  432. Simplified alternative to the DO WHILE command.                SCAN
  433.  
  434. Searches for the first record in an indexed database file      SEEK
  435. with a key that matches a specified expression.
  436.                            COMMANDS
  437.      FUNCTION                                                  KEYSTROKE
  438.  
  439. Used to choose a work area in which to open a database         SELECT
  440. file.
  441.  
  442. Displays a bar menu without activating it.                     SHOW MENU
  443.  
  444. Displays a pop-up menu without activating it.                  SHOW POPUP
  445.  
  446. Moves the record pointer forward or backward in a              SKIP
  447. database file.
  448.  
  449. Creates a new database file in which the records of            SORT
  450. the active database file are positioned in the ASCII 
  451. order of the specified key fields.
  452.  
  453. Initializes one or more memory variables after creating        STORE
  454. them.
  455.  
  456. Totals numeric expressions to memory variables or arrays.      SUM
  457.  
  458. Debugging command to interrupt a running program.              SUSPEND
  459.  
  460. Outputs blocks of text to the screen or printer.               TEXT
  461.  
  462. Sums the numeric fields of the active database file            TOTAL
  463. and creates a second database file to hold the results.
  464.  
  465. Displays the contents of an ASCII text file.                   TYPE
  466.  
  467. Release record and file locks so that other users can          UNLOCK
  468. modify data.
  469.  
  470. Uses data from another database file to replace fields         UPDATE
  471. in the current database file.
  472.                            COMMANDS
  473.      FUNCTION                                                  KEYSTROKE
  474.  
  475. Opens an existing database file, and may open .mdx             USE
  476. and .ndx index files.
  477.  
  478. Causes all dBASE IV processing to pause until any key is       WAIT
  479. pressed.
  480.  
  481. Removes all records from the active database file.             ZAP
  482.                          SET COMMANDS
  483. FUNCTION                                                       KEYSTROKE  
  484.  
  485. Records all output other than that of full-screen              SET ALTERNATE
  486. commands to a text file.
  487.  
  488. Saves each record to the disk after a single I/O operation.    SET AUTOSAVE
  489.  
  490. Turns the bell off or on, and sets its frequency and           SET BELL
  491. duration.
  492.  
  493. Changes the default blocksize of memo fields and               SET BLOCKSIZE
  494. multiple (.mdx) files.
  495.  
  496. Changes the default border of menus, windows,                  SET BORDER
  497. and @ commands from a single-line box to several other 
  498. user defined border characters.
  499.  
  500. Updates all fields, or only specified fields,                  SET CARRY
  501. depending on the syntax used.
  502.  
  503. Used to create or open a catalog file.                         SET CATALOG
  504.  
  505. Allows the input and display of century prefixes in            SET CENTURY
  506. the year portion of dates.
  507.  
  508. Controls the display and screen position of the                SET CLOCK
  509. system clock.
  510.  
  511. Allows the selection of colors and display attributes          SET COLOR
  512. for use on color and monochrome monitors.
  513.  
  514. Determines cursor movement at the end of an array field.       SET CONFIRM
  515.  
  516. Turns the screen display on and off from within a program.     SET CONSOLE
  517.  
  518. Changes the symbol used for currency.                          SET CURRENCY
  519.                          SET COMMANDS
  520.      FUNCTION                                                  KEYSTROKE  
  521.  
  522. Changes the position of the currency symbol from the           SET CURRENCY
  523. left of the currency amount to the right of the currency        LEFT/RIGHT
  524. amount.
  525.  
  526. Determines the format for date displays.                       SET DATE
  527.  
  528. Tool for locating errors in a program.                         SET DEBUG
  529.  
  530. Determines the number of decimal places dBASE IV               SET DECIMALS
  531. displays for the results of numeric functions and 
  532. calculations.
  533.  
  534. Allows the user to select the drive where all operations       SET DEFAULT
  535. take place and all files are stored.
  536.  
  537. Determines whether records that are marked for deletion        SET DELETED
  538. are included or ignored by other dBASE IV commands.
  539.  
  540. Determines how field widths are indicated in the               SET DELIMITERS
  541. full-screen mode.
  542.  
  543. Prevents transfers to design mode from the dot prompt or       SET DESIGN
  544. from the Control Center.
  545.  
  546. Activates a checking program in dBASE IV which compares         SET DEVELOPMENT
  547. thecreation dates of the compiled object (.obj) file with its
  548. program source (.prg) file.
  549.  
  550. Determines whether @...Say commands are routed to the          SET DEVICE
  551. screen, printer, or a file.
  552.                          SET COMMANDS
  553.      FUNCTION                                                  KEYSTROKE
  554.  
  555. Selects between a monochrome and a color monitor,              SET DISPLAY
  556. and determines the number of lines displayed.
  557.  
  558. Retained in dBASE IV for compatibility with                    SET DOHISTORY
  559. dBASE III PLUS.
  560.  
  561. Displays command lines from dBASE IV programs on the           SET ECHO
  562. screen and/or printer as they are executed.
  563.  
  564. Establishes whether a newly created database file is           SET ENCRYPTION
  565. encrypted if PROTECT is used.
  566.  
  567. Lets you halt the processing of a dBASE IV program by          SET ESCAPE
  568. pressing the ESC key.
  569.  
  570. Determines whether a comparison between two character          SET EXACT
  571. strings requires the strings to be the same length.
  572.  
  573. Allows a user to open a database file on a multi-user          SET EXCLUSIVE
  574. system for exclusive use.
  575.  
  576. Defines a list of fields that may be accessed by one           SET FIELDS
  577. or more files.
  578.  
  579. Allows display of only those records of a database             SET FILTER
  580. that meet a specified condition.
  581.  
  582. Retained in dBASE IV for compatibility with                    SET FIXED
  583. dBASE III PLUS.
  584.  
  585. Allows a form to be used with the READ, EDIT,                  SET FORMAT
  586. APPEND, INSERT, CHANGE, or BROWSE commands.
  587.                          SET COMMANDS
  588.      FUNCTION                                                  KEYSTROKE
  589.  
  590. Makes dBASE III PLUS programs that contain the                 SET FULLPATH
  591. functions MDX(), NDX(), and DBF() dBASE IV compatible by 
  592. suppressing the display of the full pathname.
  593.  
  594. Used to program a function key.                                SET FUNCTION
  595.  
  596. Determines whether or not column titles are shown              SET HEADING
  597. above each field for LIST, DISPLAY SUM and AVERAGE.
  598.  
  599. Determines whether a pop-up window with dBASE IV               SET HELP
  600. Help options appears, when a command is incorrectly 
  601. entered at the dot prompt.
  602.  
  603. Stores executed commands in a history buffer.                  SET HISTORY
  604.  
  605. Changes the time display to either a 12-hour or                SET HOURS
  606. 24-hour clock.
  607.  
  608. Opens the specified index files, both index (.ndx)             SET INDEX
  609. and multiple index (.mdx).
  610.  
  611. Enables the display of prompts.                                SET INSTRUCT
  612.  
  613. Determines whether the enhanced screen attribute is            SET INTENSITY
  614. used for full-screen operations.
  615.  
  616. Determines whether a lock is applied to records in             SET LOCK
  617. multi-user systems.
  618.  
  619. Adjusts the printer offset for the left margin for all         SET MARGIN
  620. printed output.  Does not affect video display.
  621.                          SET COMMANDS
  622.      FUNCTION                                                  KEYSTROKE
  623.  
  624. Changes the delimiter character used to separate the           SET MARK
  625. month, day and year in the date display.
  626.  
  627. Adjusts the width of memo field output.                        SET MEMOWIDTH
  628.  
  629. Used for dBASE III PLUS only.                                  SET MENU
  630.  
  631. Displays a user-defined character string on the                SET MESSAGE
  632. bottom line of the screen is SET STATUS is on.
  633.  
  634. Positions the database file to the record immediately          SET NEAR
  635. following the potential location of the sought-after 
  636. key in that file.
  637.  
  638. Defines the update interval of the record counter for          SET ODOMETER
  639. commands that display a record count.
  640.  
  641. Sets up any open index file or tag as the master index.        SET ORDER
  642.  
  643. Specifies the directory search route that dBASE IV             SET PATH 
  644. follows to find files that are not included in the 
  645. current directory.
  646.  
  647. Controls the display of the SQL SELECT command, and            SET PAUSE
  648. stops the display of data after each command.
  649.  
  650. Changes the character used for the decimal point.              SET POINT
  651.  
  652. Determines the number of digits that dBASE IV uses             SET PRECISION
  653. internally in all math operations the use type N numbers.
  654.                          SET COMMANDS
  655.      FUNCTION                                                  KEYSTROKE
  656.  
  657. Directs all output not formatted with the @...Say              SET PRINTER
  658. command to the printer or to a file.
  659.  
  660. Opens a named procedure file.                                  SET PROCEDURE
  661.  
  662. Specifies the time interval between file checks on a           SET REFRESH
  663. network.
  664.  
  665. Links two open database files according to a key               SET RELATION
  666. expression that is common to both files.
  667.  
  668. Sets the number of times dBASE IV tries a network file or      SET REPROCESS
  669. record lock command before producing an error message.
  670.  
  671. Prevents the unintentional overwriting of an existing file.    SET SAFETY
  672.  
  673. If SET SCOREBOARD is on and SET STATUS is off,                 SET SCOREBOARD
  674. display toggles for Num, Ins, Del and Caps on line 0 of 
  675. the screen.
  676.                          SET COMMANDS
  677.      FUNCTION                                                  KEYSTROKE
  678.  
  679.  
  680. Changes the symbol used for the numeric separator from         SET SEPARATOR
  681. the comma to a specified character.
  682.  
  683. Allow access to all records in linked files that match a       SET SKIP
  684. particular key.
  685.  
  686. Lets the ? and ?? commands print a space between the           SET SPACE
  687. printed expressions.
  688.  
  689. Activates the interactive SQL mode in dBASE IV.                SET SQL
  690.  
  691. Determines whether the status bar is displayed at the          SET STATUS
  692. bottom of the screen.
  693.  
  694. Halts the execution of a program after each instruction.       SET STEP
  695.  
  696. Determines whether the response to certain dBASE IV            SET TALK
  697. commands is displayed.
  698.  
  699. Turns the catalog file title prompt on and off.                SET TITLE
  700.  
  701. Activates the debugger when a error occurs in a                SET TRAP
  702. program or ESC is pressed.
  703.  
  704. Specifies the size of the type-ahead buffer.                   SET TYPEAHEAD
  705.  
  706. Determines whether all records with the same key value         SET UNIQUE
  707. are included in the index (.ndx) or the multiple 
  708. index (.mdx) file.
  709.  
  710. Performs a query created in the Control Center or from         SET VIEW
  711. the dot prompt.
  712.  
  713. Sets a default window that allows you to edit a memo           SET WINDOW
  714. field within this default window.
  715.